home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / wds / nc_quit.geo / 00019.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  212 b   |  12 lines

  1. on mouseDown
  2.   global QuitWindow
  3.   repeat while the stillDown
  4.   end repeat
  5.   puppetSound(0)
  6.   puppetSound(the name of cast (50 + 1))
  7.   showAnimation("no", 3)
  8.   tell the stage
  9.     closeQuitWindow()
  10.   end tell
  11. end
  12.